home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 9
/
CD School House 9.0 - Wayzata Technology (1994).iso
/
pc
/
games
/
dos
/
cards
/
blkjck
/
printbj.bat
< prev
next >
Wrap
DOS Batch File
|
1993-11-13
|
1KB
|
44 lines
echo off
cls
echo
echo
if not ""=="%1" goto sayuser
echo Printing to STANDARD PRINTER (Usually LPT1:)
goto msg
:sayuser
echo Printing to %1
:msg
echo
echo Make sure your printer has at least 40 sheets of paper, and is set
echo to the TOP of the page.
echo ───
echo
echo If your printer is NOT connected to LPT1: cancel this operation
echo and rerun PRINTBJ followed by the name of the device you wish to
echo use for printing. For example, to use LPT2: type
echo
echo PRINTBJ LPT2: (include the ":")
echo
echo If you wish to cancel this operation press [Ctrl] + [C] then [Y]
echo otherwise,
echo
pause
if not ""==%1 goto user
copy BJ_DOCS.TXT prn
copy REGISTER.FRM prn
goto end
:user
copy BJ_DOCS.TXT %1
copy REGISTER.FRM %1
:end
echo
echo
echo Printing is now complete.
echo Please take a moment to read over the documentation.
echo It contains useful information on Blackjack and BlackJack!.
echo
echo ┌────────────────────────────────────┐
echo │ Thank you for examining BlackJack! │
echo │ Your support makes ShareWare work. │
echo └────────────────────────────────────┘